home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 15
/
Aminet 15 - Nov 1996.iso
/
Aminet
/
dev
/
basic
/
ace24dist.lha
/
ace24.lha
/
include
/
devices
/
keyboard.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-09-10
|
519b
|
27 lines
#ifndef DEVICES_KEYBOARD_H
#define DEVICES_KEYBOARD_H 1
/*
** keyboard.h for ACE Basic
**
** Note: Translated to ACE by ConvertC2ACE
** @ MapMeadow Software, Nils Sjoholm
**
**
** Date: 09/03/95
**
**
*/
#ifndef EXEC_IO_H
#include <exec/io.h>
#endif
#define KBD_READEVENT (CMD_NONSTD+0)
#define KBD_READMATRIX (CMD_NONSTD+1)
#define KBD_ADDRESETHANDLER (CMD_NONSTD+2)
#define KBD_REMRESETHANDLER (CMD_NONSTD+3)
#define KBD_RESETHANDLERDONE (CMD_NONSTD+4)
#endif /* DEVICES_KEYBOARD_H */